/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;


}

html {
	overflow-x:hidden;
}

/* Text Selection Overide */
p::selection, ul::selection, li::selection {
  background: #E9900D; /* WebKit/Blink Browsers */
}
p::-moz-selection, ul::-moz-selection, li::-moz-selection {
  background: #E9900D; /* Gecko Browsers */
}


/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;

}

ol, ul {
	list-style: none;
	color: white;
	text-shadow:1px 1px 1px #222;
}

ul li {
		text-shadow:1px 1px 1px #222;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}


textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #E9900D;
	box-shadow: 0px 0px 1px #525252;
	border: none;
	color: #dddddd;
	float: left;
	height: 2px;
	margin:1% 0;
	width: 100%;
}

hr.space {
	background: #ffffff;
	color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: auto;
	width: 100%;

}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;

	font-family: Callibri, Helvetica, sans-serif;
	/*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	letter-spacing: 0.03em;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
	background: black;
	height: auto;
	width:100%;

	/* Background hole pattern, laser beams, and gradient */
	/*background-image: url(../../../../../img/pattern-dots-grid2.png), -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-image: url(../../../../../img/pattern-dots-grid2.png), -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-image: url(../../../../../img/pattern-dots-grid2.png), -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-image: url(../../../../../img/pattern-dots-grid2.png), -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-image: url(../../../../../img/pattern-dots-grid2.png), -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-size:auto auto ;
	background-repeat: repeat;
	background-attachment: absolute;*/

	z-index: 0;
}

/* =Typography
-------------------------------------------------------------- */
/*.content-top-half-width-dark p:first-of-type {
	padding:1% 1% 1% 1%;
	margin:0;
}

.content-top-half-width p:first-of-type {
	padding:1% 1% 1% 1%;
	margin:0;
}*/



p {
	/*word-wrap: break-word;*/
	margin:0%;
	padding:6px 12px 6px 12px ;
	line-height: 160%;
	color:white;
	text-shadow:1px 1px 1px #222;
	/*white-space: pre-wrap;*/

}


p:last-child() {
	padding-bottom: 10px;
	margin:0;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #555555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}
/*
.fit {
margin-left: 0 !important;
margin-right: 0 !important;
}
*/

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

#content img {
	margin: 0 2.5%;
}



.full-width-content img {
	margin: 1% 2%;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}


/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (max-width:800px) {

#video-container {
	width:96% !important;
	margin: 2% !important;

}

}

.wp-video {
	padding:2%;
	width:100%;
	height: auto;
}
/*
.fluid-width-video-wrapper {
	max-width: 800px !important;
	max-height: 450px !important;
	padding-top: 0 !important;
}

.fluid-width-video-wrapper iframe {
	width:auto !important;
	height:auto !important;
	margin: 0 auto;
	position: relative !important;

}
*/

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #E9900D;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: orange;
	/*text-shadow:1px 1px 3px yellow;*/
	outline:;
	text-decoration: none;

}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	/*-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);*/
	background-color: #ffffff;
	box-sizing: content-box;
	/*border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;*/
	border: none;
	cursor: text;
	margin: 0;
	outline: none;
	padding: .5em;
	vertical-align: middle;
	max-width: 100%;
}

select {
	height: auto;
	max-width: 100%;
}

area,
textarea {
	/*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);*/
	box-sizing: border-box;
	/*border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;*/
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 0.5em;
	max-width: 100%;
}

map area {
	padding: 0px;
	border: 0px;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 0px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: square;
	margin: 0;
	padding: 0%;
	color:white;
}


ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {

	border: none;
	border-left: 5px solid #d6d6d6;
	padding: 2.5%;
	overflow: auto;
}

blockquote p {
	font-family:  arial;
	font-style: italic;
	font-size: 15px;
	line-height: 200%;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 17px; /* = 42px */
	margin:0% 0;
	margin-top: 1.5%;
	line-height: 160%;
	margin-bottom: 0%;
	width:100%;
	text-align: center;
	color:#E9900D;

}

#page-heading, .page-heading{
	font-size: 17px;
	margin:0% 2%;
	padding:0;
	margin-top: 2%;
	line-height: 40px;
	margin-bottom: 0%;
	width:96%;
	display: inline-block;
	text-align: center;
	background:#E9900D;
	color:white;
	letter-spacing: 0.03em;	

}

#page-heading a, .page-heading a{
	color:white;
}

#page-heading a:hover, .page-heading a:hover{
	color:#10253e;
}

#contentfullwidthdarkgray h1 {
	margin-top: 1%;

}



h1 a {
margin: 0;
padding: 0;


}

h2 {
	/*font-size: 16px; /* = 36px 
	margin-bottom: 1%;
	width: 98%;
	margin-bottom: 0;
	margin-top: 1%;
	margin-bottom: 1%;
	background: #E9900D;
	color: white;
	text-shadow:0px 0px 4px #222;
	padding: 0;*/

	font-size: 17px;
	margin:0px 12px 0px 12px;
	line-height: 220%;
	width:auto;
	color:white;
	background: none;
	text-shadow:1px 1px 1px #222;

}

/*
h2 a {
	color:black;
}
*/

h3 {
	font-size: 15px; /* = 30px */
	margin-bottom: 0;
	margin:1.5% 12px 6px 12px;
	width: auto;
	line-height: 150%;
	text-align: left;
	/*color:#E9900D;*/
	color:white;	
	text-shadow:1px 1px 1px #222;
}

#playlists h3 {
	color:#E9900D;
}

/*.full-width-content h3 , #leftcontentwide h3, .leftcontentwide h3 {

	font-size: 15px; 
	margin-bottom: 0%;
	margin-top: 1%;
	margin-left: 2%;
	width: 100%;
	text-align: left;


}*/

h4 {
	font-size: 15px; /* = 24px */
	margin-bottom: 1%;
	margin-top: 1%;
	/*color:#E9900D;*/
	color:white;
	display: inline;
	text-shadow:1px 1px 1px #222;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 0;
	margin-top: 0;
}



/* =Margins & Paddings
-------------------------------------------------------------- */

hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1em 0;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	/*padding: .3em .4em .15em;*/
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}


.listnobullet {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1% 1% 6%;
	/*padding-left: 6%;*/
	line-height: 180%;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
/*.home #container {
	margin: 0 auto;
	max-width: 97%;
	margin:1.5%;
	margin-top: 1.5%;

	padding: 0px ;
	opacity: 97;
	background-image: url(../../../../../img/background3.png);
	background-size:contain;
	background-color: transparent;
	background:;
	background-position: center center; 
	background-attachment: scroll;
	background-repeat: repeat-y;

}*/

.home body {

}

#container {
	margin: 0 auto;
	max-width: 97%;
	margin:1.5%;
	margin-top: 1.5%;
	overflow: hidden;
	padding: 0px ;
	/*box-shadow: 0px 0px 10px black;*/
	/*border:1px solid #525252;*/
	opacity: 97;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,222222+100 */
	background: #121212; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #333 0%, #111 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #333 0%,#111 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #333 0%,#111 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #333 0%,#111 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#111',GradientType=0 ); /* IE6-9 */


	/*background-image: url(../../../../../img/pattern-dots-grid2.png), -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-image: url(../../../../../img/pattern-dots-grid2.png), -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-image: url(../../../../../img/pattern-dots-grid2.png), -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-image: url(../../../../../img/pattern-dots-grid2.png), -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	background-image: url(../../../../../img/pattern-dots-grid2.png), -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%);
	*/
	background-image: url(../../../../../img/pattern-dots-grid2.png);


	background-size:505px 505px ;
	background-repeat: repeat;
	background-attachment: absolute;
}


#wrapper {
	background: none;
	border-radius:0;
	clear: both;
	margin: 0;
	padding: 0% 0%;
	padding-bottom: 0%;
	position: relative;

	opacity: 97;
	background-image: url(../../../../../img/background3.png);

	background-size:102%;
	background-color: transparent;
	background:;
	background-position: center center; 
	background-attachment: scroll;
	background-repeat: repeat-y;

	z-index:888;
	/*background: transparent;*/
}


.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 20px auto 20px auto;
	padding: 0;
}

#header {
	margin: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
}

#footer p {
	text-shadow:none;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
	width:100%;

}

/*Slider Styles */

.meta-slider {
	opacity: 1 !important;
	max-width: none !important;
	height:auto !important;
}

.metaslider {
	max-width: none !important;
	height:auto !important;
}

.slider-section {

width:100%;
display: block;
height: auto;
float: left;
}

/* May not be needed
.block-slider {
	width:63%;
	margin-left:2%;
	margin-right:2%;
	margin-top: 2%;
	float:left;	
}
*/


.curriculum-slider {
	width:63%;
	margin-left:18.5%;
	margin-right:2%;
	margin-top: 2%;
	float:left;	
}

.page-id-30 #leftcontentwide {
	width:63%;
	margin-left: 18.5%;
}

@media (max-width:800px) {
	.curriculum-slider {
		width: 96%;
		margin-left: 2%;
	}
	.page-id-30 #leftcontentwide {
		width: 96%;
		margin-left: 2%;
	}
}


.content-slider {

}

.slider-sidebar {
	width: 31.5%;
	min-height:200px;
	max-height: 250px;
	position: relative;
	float:left;

	border: 3px solid #E9900D;
	padding: 0;
	margin: 1% 1% 1% 0%;
	background: #10253e;

}

.slider-sidebar .scroll-area {
	overflow-y:scroll;
	height: 300px;
}

.slider-sidebar h1 {
	width: 96.5%;
	background: #E9900D;
	padding: 2%;
	margin:0% 0%;
	color: black;
}

.slider-sidebar h2 {
	width: 96.5%;
	background: #E9900D;
	padding: 2%;
	margin:0% 0%;
	color: black;
}

.slider-sidebar p {
	line-height: 125%;
	text-indent: 10px;
}


.flex-control-nav, .nivo-controlNav {
	position: absolute;
	padding: 0 0 !important;
	z-index: 888;
	bottom: 1% !important;
	right: 0;
	text-align: center !important;


}

.nivo-controlNav  a {
	color: transparent;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;

}

.site-name {
	display: block;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
	padding-top: 20px;
}

.site-name a {
	color: #333333;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em; /* = 14px */
	margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin:2% 0 0 2%;
	width: 64%;
}

		/**Full Width Content Images selected by page**/
		
		/* Educational Societies Page*/
		.page-id-493 #content-full {
			background: url("http://www.op-tec.org/images/");
			background-size: 100% 580px;
			background-repeat: no-repeat;

		}




#content-full {
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0%;

}

#content-blog, #content-archive, #content-search {

	padding: 0;
	width: 64%;
	float: left;
	margin-left: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}

@media (max-width:800px) {

#content-blog, #content-archive, #content-search {

	padding: 0;
	width: 96%;
}

}

#content-blog h1, #content-blog h2, #content-blog h3{
	border: none;


}

#content-blog h2, #content-archive h2 {
	margin: -2% 0 0 -2%;
    width: 101%;
    padding: 1.5%;
}
}

#content-images {
	margin-bottom: 20px;
}


#content .sticky {
	clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #E9900D;
}

.single .post h1 {
	font-size: 17px; /* = 36px */
	margin-bottom: 1%;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0%;
	line-height: 222%;
	margin-bottom: 0%;
	/*border-bottom: 2px #c0c0c0 solid;*/
	background: #E9900D;
	color: white;
	padding:0;
	/*text-shadow:0px 0px 4px #222;*/
}

.single .post {
	width:100%;
	margin: 1.5% 2%;
	padding:0 0 2% 0;
	color: white;
	background: #555;
	white-space: normal;
}

.single .post-meta {
	margin-left: 0%;
	width: 98%;
	padding: .5% 1%;
}

.post {
	width:96%;
	margin: 2% 0%;
	padding:2%;
	color: white;
	background: #555;
	white-space: normal;
}

.post h2 > a {
	color: #E9900D;
}

.title-archive {
	padding-left: 1%;
	display: none;
}

.search .post, .search .page {
	width:94%;
	margin: 1.5% 1%;
	padding:2%;
	color: white;
	white-space: normal;
}

.search .wp-pagenavi .page, .search .wp-pagenavi .current, .search .wp-pagenavi .nextpostslink, 
.search .wp-pagenavi .extend, .search .wp-pagenavi .pages, .search .wp-pagenavi .previouspostslink, 
.search .wp-pagenavi .last, .search .wp-pagenavi .first  {
	margin: 1.5% 1%;
	padding:2%;
	color: white;
	white-space: normal;	
	cursor: pointer;
	background: #525252;
} 

.search .wp-pagenavi .current {
	cursor: default;
	background: #333;
}

 .search .page a {
	color:#E9900D;
}

.search .post a {
	
}

 .search .page .post-meta a, .search .post .post-meta a  {
	color:#E9900D;
}


.single-post #content {
	width: 96%;
	margin: .5% 0%;
	padding: 0;
}



.post a {
	color: #E9900D;
}

.blog .post .author, .blog .post .byline {
	display: none;
}

.post .author, .post .byline {
	display: none;
}

.single-post #widgets {
	display: none;
}

#wp-calendar th, #wp-calendar td {
	border: 1px solid white;
	padding: 1%;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
	display: none;
}

.post-data a {
	color: #E9900D;
}

.post-entry {
	clear: both;
}

.single .post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: white;
	font-size: 12px;
	margin-bottom: 10px;
	padding:.5% 1.5%;
	width:101.2%;
	margin-left: -2.1%;
	background: #444;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 2.5%;
	display: none;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: bold;
	text-shadow:0px 0px 4px #222;	
	float: right;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* Password Protected Page styles */
/*
.post-password-form {
	width:96%;
	margin:2% 2% 2% 2%;
	padding:1% 0 1% 0;
	background: #555;
	float: left;
	background:rgba(85,85,85, 0.88);

}
*/


/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaaaaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #555;
	color:white;
	width:100%%;
	border-radius: 0px 0px 0px 0px;
	margin: 0% 0%;
	padding: 2.5%;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 98%;
}

#widgets {
	margin-top: 2%;
	width: 30%;
	margin-left:2%;
	margin-right: 0;
	float: left;
}

#widgets .widget-wrapper:first-child{
	margin-top: 1%;
}

#widgets .widget-wrapper{
	margin-top: 4%;
}

#widgets a {
	display: inline-block;
	margin: 0;
	color: #E9900D;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 2% 0 0 0%;
	line-height: 180%;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 3% 1%;
}

#colophon-widget ul {

}

.colophon-widget {
	background: none;
	min-height: 0;
	margin: 0;
}

.colophon-widget .widget-title {
	display: none;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}

#top-widget {
}

.top-widget {
	background: none;
	border: none;
	clear: right;
	float: right;
	min-height: 0;
	padding: 0 3px 0 0;
	text-align: right;
	width: 45%;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

.home-widgets {
	width: 100% !important;

}

.home-widgets #home_widget_1 {
	width: 35% !important;

	float: left !important;
}

.home-widgets #home_widget_2 {
	width: 25% !important;

	float: left !important;
}

.home-widgets #home_widget_3  {
	width: 40% !important;
	float: left !important;	
}


/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	color:white;
	margin: 0;
	padding: 2%;
	text-align: center;
	background: #E9900D;
	width: 101.4%;
	text-shadow:none;
	margin-top: -2.8%;
	margin-left: -2.6%;
}

.slider-sidebar .widget-title h3 {
		margin-left: -2.7%;

}

.top-widget .widget-title h3 {
	font-size: 16px;
	padding: 0;
	text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	text-shadow:none !important;
	margin: 0 !important;
	background: red !important;


}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}


/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: none;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}

.skip-link {
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 0.8125em;
	margin-left: -100%;
	padding: 0.5em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
	margin: 0 auto;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #525252;

	clear: both;

	margin: 0 auto;
}

.main-nav {
	clear: both;
	text-transform: uppercase;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;

}

.menu li li {
	background: ;
	background-image: none;
	color: #444444;
	filter: none;
	width:100%;

}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}



.menu ul  {
	border-radius: 0px 0px 0px 0px;
	border:2px solid #E9900D;
	box-shadow: 0px 0px 50px black;
	width: 330px;
	height:auto;
	display: block;
	background: #525252;

}

.menu a {
	border-left: 1px solid #585858;
	color: #ffffff;
	cursor: pointer;
	display: table-cell;
	font-size: 12px;
	font-weight: 700;
	height: 50px;
	width:129px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	white-space: ;
	text-align: center;
}

.menu a:hover {

}

ul.menu > li:hover {
	background-color: #363636;
	margin-bottom: -6px;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #E9900D;
	color:black;
	font-weight: 300;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}


.menu li .current-menu-item a{
	color: #E9900D !important;
}

.menu li li a {
	background: transparent !important;
	border: none;
	display: block;
	color: white !important;
	font-size: 12px;
	font-weight: 400;
	width:auto;
	height: auto;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
	text-align: left;

}


.menu li li:nth-child(5) {
	
}


.menu li li a:hover {
	background:  !important;
	background-image: none;
	border: none;
	color: #E9900D;
	filter: none;
}

.menu li li:hover {
	background: #333333;!important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;

}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}



.sub-header-menu:after,
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;

}

.sub-header-menu a:hover {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #E9900D;

}

.sub-header-menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;

}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	padding: 0 8px;
}

.footer-menu li a:hover {
	color: #222222;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: white;
	display: block;
	font-size: 14px;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 0%;
	float: left;
	line-height: 28px;

	padding: 0%;
	background: #555;
}

.navigation a {
	background:#E9900D;
	color:white;
	font-size: 1em;
	padding: 4% 6%;
	width: 88%;
	display: block;
	text-align: center;
}

.navigation a:hover {
	color: white;
	text-decoration: none;
	background:orange;	
}

.navigation .previous {
	float: left;
	width:20%;
}

.navigation .next {
	float: right;
	width:20%;	
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* WP Page Navi Plugin */

.wp-pagenavi {
	padding: 2% 0;
}

/*.wp-pagenavi .page {
	
	background: #333;

}*/
/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 15px;

	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	padding-left:0%;
	width: 100%;
	position: relative;
	background: #666;
	opacity: 0.9;
	color:white;
	
}

.breadcrumb:first-child {
	padding-left:.5%;
}



.breadcrumb a {
	color:#E9900D;
	text-shadow:1px 1px 2px #333;
	padding: .20% .1;

	
}

.breadcrumb-list .chevron {
color: white;
}

.breadcrumb a:hover {
	color:white;
	text-shadow:1px 1px 2px #333;

}

.breadcrumb-current {
	text-shadow:0px 0px 4px #222;
	color: white;
	padding: .20% .1%;
}

/*
.breadcrumb-list:after {
	content: "";
	display: block;
    position: absolute;
    bottom: 0; 
    right: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #ece8e2;
    width: 0;
    z-index: 1;
}
*/

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;

	width: 100%;
	margin: 2%;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: none;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: none;
}

.commentlist .children {
	list-style: none;
	margin:0 0 0 10px;
	padding: 0px;
}

.commentlist .avatar {
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
	color:#E9900D;
}

.comment-author .says {
	color: #999999;
}

.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;

	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
	margin-bottom: 2%;
	background: #555;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
	margin: 2%;
	color:white;
}

#respond {
	background-color: #525252;
	color:white;
	border: 1px solid #cccccc;
	width:61%;
	border-bottom-color: #aaaaaa;
	/*border-radius: 3px;*/
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	margin:2% 2%; 
	padding: 1% 0%;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 97%;
}

.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
	display: none;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
 	margin:5px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
 	margin:5px;
}

.alignleft {
	float: left;
 	margin:5px;
}

.aligncenter {
	display: block;
 	margin:5px;
}

a img.alignright {
	float: right;
 	margin:5px;
}

a img.alignnone {
 	margin:5px;
}

a img.alignleft {
	float: left;
 	margin:0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float: right;
 	margin:5px;
}

img.alignnone {
 	margin:5px;
}

img.alignleft {
	float: left;
 	margin:5px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #dddddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin:2% 0 !important;
	width: 100%;
	height: auto;
}

/* =Buttons
-------------------------------------------------------------- */

.textwidget a.button {
	width: 200px !important;
}

a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	/*-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 1px;*/
	background-color: #E9900D;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
	border: none;
	border-radius: 2px;
	color: white !important;
	text-shadow:none !important;
	cursor: pointer;
	display: inline-block;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);*/
	font-size: 1em;
	font-weight: 700;
	margin: 1% 0;
	/*line-height: 18px;
	margin:6px 2%;
	padding: 4px 10px;*/
	padding: .25em .75em;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	letter-spacing: 0.068em;
	-webkit-appearance:none;

}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: #D1810B;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: linear-gradient(top, #ffffff, #f1f1f1);*/
	/*border: 1px solid black;*/
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: white !important;
	text-shadow:0px 0px 4px #222;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);*/
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #BF760B;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);*/
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);*/
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
	text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
	text-shadow: 0 -1px 0 #115290;
}

a.red {
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	border: 1px solid #890000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
	text-shadow: 0 -1px 0 #890000;
}

a.red:hover {
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	border: 1px solid #890000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
	text-shadow: 0 -1px 0 #890000;
}

a.#E9900D {
	background-color: #ff7f00; /* Dark #E9900D 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: linear-gradient(top, #ffaa55, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

a.#E9900D:hover {
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

a.yellow {
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
	text-shadow: 0 1px 0 #ffffff;
}

a.yellow:hover {
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
	text-shadow: 0 1px 0 #ffffff;
}

a.green {
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	border: 1px solid #1d5837;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	border: 1px solid #1d5837;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.olive {
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}

a.olive:hover {
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}

a.purple {
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	border: 1px solid #3f305e;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
	text-shadow: 0 -1px 0 #3f305e;
}

a.purple:hover {
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	border: 1px solid #3f305e;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
	text-shadow: 0 -1px 0 #3f305e;
}

a.pink {
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	border: 1px solid #8e0b52;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
	text-shadow: 0 -1px 0 #8e0b52;
}

a.pink:hover {
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	border: 1px solid #8e0b52;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
	text-shadow: 0 -1px 0 #8e0b52;
}

a.brick {
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	border: 1px solid #791717;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
	text-shadow: 0 -1px 0 #791717;
}

a.brick:hover {
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	border: 1px solid #791717;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
	text-shadow: 0 -1px 0 #791717;
}

a.gold {
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
	text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
	text-shadow: 0 -1px 0 #6b4e06;
}

a.brown {
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	border: 1px solid #4f270b;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
	text-shadow: 0 -1px 0 #4f270b;
}

a.brown:hover {
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	border: 1px solid #4f270b;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
	text-shadow: 0 -1px 0 #4f270b;
}

a.silver {
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #ffffff;
}

a.silver:hover {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: linear-gradient(top, #ffffff, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #ffffff;
}

a.gray {
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	border: 1px solid #474747;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
	text-shadow: 0 -1px 0 #474747;
}

a.gray:hover {
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	border: 1px solid #474747;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
	text-shadow: 0 -1px 0 #474747;
}

a.black {
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	border: 1px solid #000000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
	text-shadow: 0 -1px 0 #000000;
}

a.black:hover {
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	border: 1px solid #000000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
	text-shadow: 0 -1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: orange;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #0066cc;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 10px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 12px;
	line-height: 1.5em;
	color:white;
}

#footer a {

	font-weight: 400;
}

#footer a:hover {

}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style: none;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: right;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		font-family: arial;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}

	p {
		font-family: arial;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/



/* =Text Align
-------------------------------------------------------------- */

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* CUSTOM STYLES */

#content-full .entry-title {
	display: none;
}

.blog .entry-title {
	display: block !important;
}

.home .entry-title {
	display: none;
}

/*

.news .entry-title {

}

.home-content {
	width:98%;
	margin:0% 0% 0% 0%;
	padding: 1%;
	float: left;
	background:#555;
	overflow: auto;
}


.home-content h1,  .home-content h1 a{
	background: #E9900D;
	padding: .75% 1%;
	color: black;
	width:100%;
	margin-left: -1%;
	margin-top:-1%;
}



.home-content-half h1 {
	background: #E9900D;
	padding: 1% 1%;
	color: black;
	width:100%;
	margin-left: -1%;
	margin-top:-.5%;
}

.home-content-half h1 a {
	padding: 1%;
	color: black;

}	


#home-content-bottom-link {
	position: relative;
	bottom:0%;
	margin-left: 1%;
	margin-top: 1%;

}

.home-content-half-wrapper {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

.home-content-half:nth-child(odd) {
	width:49% !important;
	margin:1.75% 1.75% 1.75% 0% !important;
	padding: 0%;
	float: left;

	background:#555;
	overflow: hidden;
}

*/

#staff-table {
	vertical-align:none !important;
	width:90%;
	margin: 0% 0% 0% 10%;
}

#staff-table td, #staff-table tr, #staff-table p {
		vertical-align:middle !important;
}

#staff-table img {
	width:130px;
	margin: auto 2.5%;
	height: auto;
	border-radius: 3px;
}

.title-search-results {
	color:#E9900D;

}

.search .entry-title {
	display: block;
	text-align: left;
	font-size: 17px; /* = 42px */
	margin:0% 0;
	margin-top: 1.5%;
	line-height: 150%;
	margin-bottom: 2%;
	width:100%;
	color:#E9900D !important;
}


.search h2 {
	border:none;
	width:102%;
	margin-left: -2%;
	margin-top: -2%;
	text-shadow:0px 0px 4px #222;
}

.search h1 {
	border:none;
	width:102%;
	margin-left: -2%;
	margin-top: -2%;
	text-shadow:0px 0px 4px #222;
}

.page-id-503 .breadcrumb-list {
	display: none;
}


#sidebar, .sidebar {
	float:right;
	width:33%;
	padding:0% 0%;
	margin: 2% 2% 2% 0%;
	padding-bottom: .5%;

	background: #555;	
	position: relative;
}

/*#sidebar::after {
	content: "";
	display: block;
    position: absolute;
    bottom: 0; 
    right: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #ece8e2;
    width: 0;
    z-index: 1;
}

 #sidebar::before {
	content: "";
	display: block;
    position: absolute;
    top: 0px; 
    left: -2px;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #ece8e2;
    width: 0;
 
    z-index:1;
}*/

#sidebar img {
	float: left;
	padding: 10px;

	vertical-align: middle;
}


#sidebar h1 {

	text-align: center;
	border: none;

	background: #E9900D;
	color: white;
	width:100%;
	margin: 0;
	padding:0%;
	line-height: 40px;

}
/*

#sidebar h2 {
	font-size: 18px;
	text-align: center;
	border: none;

	background: #E9900D;
	color: white;
	width:96%;
	margin: 0;

	text-shadow:0px 0px 4px #222;
}

#sidebar h3{
	font-size: 14px;
	float:left;
	width: 96%;

	margin-top: 0%;

	color: #E9900D;
	text-shadow:1px 1px 1px #333;

	border:none;

	vertical-align: middle;
}


#sidebar p {
	padding:1% 2%;
	margin: 0;
	width: 96%;
}
*/

.social-media-top-bar {
	width:auto;
	float: right;
	padding: 0%;
	margin-top:0%;
	margin-left:0;

	position: relative;
	display: block;


	z-index: 999;
	box-shadow: 0px 0px 8px #555;
}

.social-media-top-bar img {
	float: right;
	width:30px;
	height:30px;
	opacity: 0.8;
}

.social-media-top-bar img:hover {
	opacity: 1;
}

/**Social Media Sidebar / Feed **/

#sm-sidebar {
	float:left;
	/*width:30.5%;*/
	height: 240px;
	margin-top: 2%;
	/*padding-bottom: 10px;*/


	background: #555;	
	position: relative;
}

.scroll-area {
	overflow-y:scroll;

}


#sm-sidebar img {
	float: left;
	width: 100%;
	padding: 2.5%;
	border-radius: 25px;
	vertical-align: middle;
}


#sm-sidebar h2 {
	font-size: 16px;
	text-align: center;
	margin:0% 0%;
	color: black;
	padding: 2% 0;
	width: 100%;
	border: none;
	background: #E9900D;
	/*text-shadow:1px 1px 1px black;*/
}

#sm-sidebar h3{
	font-size: 14px;
	float:left;
	width: 106.5%;
	margin-left: -5.8%;
	margin-top: 0%;

	color: #E9900D;
	text-shadow:1px 1px 1px #333;

	border:none;
	padding: 2% 2.5%;
	vertical-align: middle;
}

#sm-sidebar h3:first-child {
	text-align: center;
}

/*
#sidebar p {
	float: left;
	width: 96%;
	padding: 1% 2%;
	line-height: 150%;
	color: white;
}*/

#sm-sidebar .blocks-content a {
	width:auto;
	margin: 0% 0;
	color: #E9900D;
	font-size: 14px;
	/*text-decoration: underline;*/
	font-weight: bold;
	text-shadow:1px 1px 1px #444444;
}

#sm-sidebar a:hover {
	width:auto;
	margin: 0% 0;
	color: white;
	/*text-shadow:0px 0px 1px #E9900D;*/
}

#sm-sidebar .cff-wrapper {
	padding:1% 4% 0% 3%;
}

#sm-sidebar .cff-author {
	display: none !important;
}

#sm-sidebar .cff-text {
	color:white !important;
}

#sm-sidebar .cff-post-desc {
	color:white;
}

#sm-sidebar .cff-shared-link {
	background: #333;
	margin:.5% ;

}

#sm-sidebar .cff-share-tooltip {
	background: #111;
	width:155px;
}

#sm-sidebar #cff .cff-share-tooltip a .fa {
font-size: 20px;
} 

#cff .cff-share-tooltip .fa-play {
	font-size: 20px;
    bottom: -17px;
    color: #111;
}

#sm-sidebar .cff-link-caption {
	color:white;
}

#sm-sidebar .cff-item {
	border-bottom: 1px solid white !important;
	padding-top:0px !important;
	/*padding:1%;*/
}

#sm-sidebar .cff-likebox {
	display: none;
}



.widget-area {
	float:left;

	position: relative;
	width:46%;
	height: 300px;
	padding: %;
	margin: 0% 2%;
}


.widget-area img {
	float: left;
	width: 100%;
	padding: 2.5%;
	border-radius: 25px;
	vertical-align: middle;
}

.widget-area p {
	float: left;
	width: 100%;
	margin-bottom: 0%;
	line-height: 150%;
	color: white;
}

.widget-area a {
	width:auto;
	margin: 0% 0;
	color: #E9900D;
	font-size: 14px;
	/*text-decoration: underline;*/
	font-weight: bold;
	text-shadow:1px 1px 1px #444444;
}

.widget-area a:hover {
	width:auto;
	margin: 0% 0;
	color: white;
	/*text-shadow:0px 0px 1px #E9900D;*/
}


.content-left {
	width:65%;
	margin: 1% 0% 1% 1%;
	float: left;
}

.content-sidebar {
	width:35%;
	float: right;
}



/*#sidebar p {
	float: left;
	width: 96%;
	padding: 1% 2%;
	line-height: 150%;
	color: white;
}

#sidebar a {
	width:auto;
	margin: 0% 0;
	color: #E9900D;
	font-size: 14px;
	font-weight: bold;
	text-shadow:1px 1px 1px #444444;
}

#sidebar a:hover {
	width:auto;
	margin: 0% 0;
	color: white;

}
*/

.sidebar-item {
	width:100%;
	float: left;
	color: white;
}

.sidebar-item:hover {

	/*background:#555;*/

}

.sidebar-item:last-child  {
	margin-bottom: 0;

}

#leftcontentwide, .leftcontentwide, .left-of-sidebar-content {	
	float: left;
	margin-top: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	width: 61%;
	background: #555;
}

#leftcontentwide h1, .leftcontentwide h1 {

	background: #E9900D;
	color: white;
	width:100%;
	padding: 0%;
	line-height: 40px;
	margin-top: 0;
	
}



.section-list-content {
	/*background: #d4d2ce;*/
	padding:0 7%;

}

.section-list-content h2 {
background: #E9900D;
color:white;
text-shadow:none;
padding-left: 1%;
margin-left: 1%;
cursor:pointer;
line-height: 40px;
}

.section-list-content h2:hover {
background: #D1810B;
color:white;
}


.section-list-content h2 a {

color:white;
text-shadow:none;
cursor:pointer;
line-height: 40px;

}


.section-list-content h3 {
	border: none;
	margin-top:1% 2%;
}



.leftcontent-half {	
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	width: 47%;
	margin-right: 6%;
	border:0px solid red;	
}

.rightcontent-half {	
	float: left;
	margin-top: 0px;
	padding: 0;
	width: 47%;
	border:0px solid purple;	
}


.content-half {	
	float: left;
	margin-top: 0px;
	padding: 0;
	width: 50%;
	border:0px solid purple;	
}

.full-width-content:first-of-type {
	width:96%;
	margin:2% 2% 2% 2%;
	padding: 0% 0;
	padding-bottom: 1%;
	float: left;
}

.full-width-content:not(:first-of-type) h1 {
	background: #E9900D;
	margin-bottom: .5%;
	color: white;
	width:100%;
	padding: 0%;
	line-height: 40px;
	margin-top:-1.05%;
}



.full-width-content {
	width:96%;
	margin:0% 2% 2% 2%;
	padding:1% 0 1% 0;
	background: #555;
	float: left;
	background:rgba(85,85,85, 0.88);


}

.full-width-content  h1 {
	background: #E9900D;
	margin-bottom: .5%;
	color: white;
	width:100%;
	padding: 0%;
	line-height: 40px;
	margin-top:0%;
	letter-spacing: 0.03em;
	/*text-shadow:0px 0px 5px #222;*/
}








/**** Grey Section / Content Top *****/

#contentfullwidthdarkgray h1 {
	background: #E9900D;
	color: white;
	width:102%;
	padding: 0%;
	line-height: 40px;
	margin-left:-1%;
	margin-top:-1%;
		text-shadow:0px 0px 5px #222;
}

#contentfullwidthdarkgray {
	/*background: #c0c0c0;*/
	background: #555;
	width:94%;
	margin:2% 2%;
	padding: 1% 1%;
	position: relative;
}

.content-half-width, .half-width-content {

	background: #555;
	width:47%;
	float: left;
	margin:2% 0% 2% 2%;
	padding: 0;
	position: relative;

}

.content-half-width-dark {
	background: #323232;
	opacity: 0.85;
	width:45%;
	margin:2% 0% 2% 2%;
	padding: 1% 1%;
	position: relative;

}	

.content-half-width h1, .content-half-width-dark h1, .half-width-content h1 {
	background: #E9900D;
	color: white;
	width:100%;
	line-height: 40px;
	margin-left:0%;
	margin-top:0%;
	/*text-shadow:0px 0px 5px #222;*/
}


/*#content-top-full-width {

	background: #555;
	width:94%;
	margin:2% 2%;
	padding: 1% 1%;
	position: relative;
}

#content-top-full-width h1 {
	background: #E9900D;
	color: white;
	width:100%;
	padding: 1%;
	margin-left:-1%;
	margin-top:-1%;
	text-shadow:0px 0px 5px #222;
}

.content-half-width {

	background: #555;
	width:45%;
	float: left;
	margin:2% 0% 2% 2%;
	padding: 1% 1%;
	position: relative;
}

.content-half-width-dark {
	background: #323232;
	opacity: 0.85;
	width:45%;
	margin:2% 0% 2% 2%;
	padding: 1% 1%;
	position: relative;

}	

.content-half-width h1, .content-half-width-dark h1 {
	background: #E9900D;
	color: white;
	width:104%;
	line-height: 40px;
	margin-left:-2%;
	margin-top:-2%;
		text-shadow:0px 0px 5px #222;
}

/*#contentfullwidthdarkgray::after {
	content: "";
	display: block;
    position: absolute;
    bottom: 0; 
    right: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid #ece8e2;
    width: 0;
    z-index: 1;
}

 #contentfullwidthdarkgray::before {
	content: "";
	display: block;
    position: absolute;
    top: -3px; 
    left: -2px;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #ece8e2;
    width: 0;
 
    z-index:1;
}*/

#contentfullwidthdarkgray p{
	margin: 1% 0%;
	padding: 0;
}	

/*

#contentfullwidthdarkgray h3 {
	margin: 0;
	text-align: center;
	font-size: 14px;
}
*/


/*** Grey Section for Listing *****/


.darkgray-section {
	background: none;
	width:96%;
	margin:0%;
	padding:1% 1% 1% 1%;

	position: relative;
}
/*
.darkgray-section:hover {
	background: #c0c0c0;
	width:96%;
	margin:2% 0%;
	padding: 2% 2%;
	border-radius: 3px;
	position: relative;
}
*/


/*.darkgray-section::after {
	content: "";
	display: block;
    position: absolute;
    bottom: 0; 
    right: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid #ece8e2;
    width: 0;
    z-index: 1;
}

.darkgray-section::before {
	content: "";
	display: block;
    position: absolute;
    top: -3px; 
    left: -2px;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #ece8e2;
    width: 0;
 
    z-index:1;
}*/

.darkgray-section p{
	margin: 0% 0%;
	padding: 0;
}	



.darkgray-section h3 {
	margin: 0;
	text-align: left;
	font-size: 14px;
}

/***** Modules *****/

.modulecontentfullwidth {	
	float: left;
	padding: 0;
	margin: 0% 2% 2% 2%; 
	width: 96%;

}

.module-content-full-width {	
	float: left;
	padding: 0;
	margin: 0% 2% 2% 2%; 
	width: 96%;

}

.module-content-half-width {	
	float: left;
	padding: 0;
	margin: 1.5% 2% 2% 2%; 
	width: 47%;

}


.module-content-full-width .module , .modulecontentfullwidth .module {
	margin-left: 1%;
	margin-right:1%;
	margin-bottom: 1%;
	margin-top: 1%;
	text-align: left;
	float: left;
	width: 23%;
	background: #444;
}

.module-content-full-width-8-across {	
	float: left;
	padding: 0;
	margin: 0% 2% 0% 2%; 
	width: 96%;
	position: relative;

}

.module-content-full-width-8-across p {
	font-size: 12px;
}

.module-content-full-width-8-across a {

}

.module-content-full-width-8-across .module {
	margin-left: 1%;
	margin-right:1%;
	margin-bottom: 1%;
	margin-top: 1%;
	text-align: left;
	float: left;
	width: 10.5%;
	background: #444;
}

.partners .module img {
	padding: 2%;
	width:96%;
}


.module-heading {
	font-size: 20px; /* = 42px */
	margin:1% 0%;
	line-height: 40px;
	width:100%;
	text-align: center;
	background:#E9900D;
	color:white;
}


.module img {
	
}


.module img:hover {

}




#store-button {
	width:100%;
	margin: 0%;
	float: left;
}

#store-button a {
	display: block;
	padding:12px 5px;
	background-color: #FFD633;
	color:black;
	border:white 2px solid;
	text-align: center;
	text-shadow:none;
	font-weight: bold;
	width:auto;
	margin:2.5%;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 8px black;
}

#store-button a:hover {
	display: block;
	padding:12px 5px;
	background-color: #E6B800;
	color:black;
	border:white 2px solid;
	text-align: center;
	text-shadow:none;
	font-weight: bold;
	width:auto;
	margin:2.5%;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 8px black;
}


/*Custom Footer */
#footer {
	/*background: silver;*/
	/*background: #ece8e2;*/
	background: #555;
	z-index: 999;
	font-size: 100%;
	height: auto;
	/*padding: 20px 20px 10px 20px;*/
	width:100%;
	margin-left: -5%;
	margin:0;
	clear:both;
	/*border-top: #E9900D 3px solid;*/

}

#footer-content {
	/*background: #d4d2ce;*/
	background: #444;
	/*padding: 20px 20px 10px 20px;*/
	width:100%;
	height: auto;
	clear:both;
	padding-top: 1%;
	padding-bottom:1%;
	margin-top: 2.5%;
	padding-left:0; 
	padding-right:0;
	overflow:auto;
	/*border-top: #E9900D 1px solid;*/
	/*border-top:solid 1px black;*/
	/*box-shadow: inset 0px 2px 7px silver;*/
	/*box-shadow: 0px 0px 5px black;*/
}



#footer-content img {

float:left !important;

}

#footer-content #nsf_logo {
	vertical-align:middle; 
	margin-left:5%; 
	margin-top:.1%;
	float:left; 
	width:4%;
}

#footer-content #nsf-footer-text {
	vertical-align:middle; 
	position:relative; 
	font-size: 13px;
	float:right; 
	width:83%; 
	margin:auto auto; 
	padding-top:.5%; 
	margin-right:2%;
	margin-left:2%;
}

.footer-contact-info {
	width:57%; padding:0; margin:0 1%; text-align:center; float:left;
}

.NPI-Footer-Logo {
	 float:left; width:8%; margin-left:5%;  margin-right:7%; margin-top:0%; margin-bottom:2%;
}

.IYL-Footer-Logo {
	float:left; width:14.0%; margin-right:1%; margin-left:6%; margin-top:.25%; margin-bottom:2%; visibility: hidden;
}



#footer a {   /* links in footer */
	font-weight: normal;


}



#footer p {
	color:white;
	text-shadow:2px 2px 2px #444;
}

#footer-content p {
	color:white;
}


#footer #optec-info {



}

/***************** CUSTOM RESPONSIVE CSS *************************/

@media screen and (min-width: 1800px) {

#content-full {
	width:96%;
	margin: 0 2%;
}

}	

@media screen and (min-width: 1600px) {


body {
	font-size: 16px;
}

h1 {
	font-size: 18px
}

/*.blocks-content {
	overflow-y: scroll;
	height: 380px;
	width: 100%;
	float: left;
}*/

.yt4wp-video-single-list-item {
	width: 20%;
}

.webinar-post-left ul {
	margin-left: 15% !important;
}

}



@media (max-width: 800px) {


body {
	font-size: 14px;
}

.full-width-content  img {
	width:96% !important;
	margin:2% !important;
}

.meta-slider, .curriculum-slider, .home-slider, .block-slider {
	width:100% !important;
	margin:2% 0% !important;

}

#page-heading, .page-heading {
	width:96%;
	margin:2% 2% 0 2%;
}

.search {
	float: left;
	width:98%;
	margin:1%;
}

#logoContainer {
	width:98%;
	display: block;
	float: left;
}

#logo-underline {
	width:70%;
}

#time {

}

#topBar {
	height: 28px;
}

#topBar ul {
	width: 100%;
}

#logo-star {
	margin-top: -22%;
	margin-left: -5%;
	float: right;
}

#logoBar {
	height: auto;
}

#imgBar {
	display: none;
}


#logoBar h3 {
	text-align: center;
	font-size: 16px;
	width: 100%;

}

#logoContainer {
	height: auto;
	margin-bottom: 2%;
}

#search {
	width:75%;
	float: left;
	margin-top:0;
	margin-left: 0%;
}

#header-nsf-logo {
	display:block; 
	float:left;
	clear:both;
	width:15%;
	margin: -5% 4% 2% 5%;

}

.mega-menu-item-type-widget {
	width: 100% !important;
	float: left !important;
}

#content {
	width:96%;
}

/** Responsiveness for Content Boxes**/

.content-half-width, .half-width-content {

	background: #555;
	width:96%;
	float: left;
	margin:2% 0% 2% 2%;
	padding: 0;
	position: relative;
}

.breadcrumb-list {
	margin-top:2%;
	margin-bottom:0%;

}

#contentfullwidthdarkgray {
	margin: 5% 0;
}

#widgets {
	width: 92% !important;
	float: left;
	padding: 2%;
	margin:2% 2% 2% 2%;
}

#sidebar, .sidebar {
	width: 96%;
	float: left;
	margin:0 2% 2% 2%;
}

.module {
	width:96% !important;
	margin: 2% !important;
}
/*
.module-content-full-width-8-across .module {
	margin-left: 1%;
	margin-right:1%;
	margin-bottom: 1%;
	margin-top: 1%;
	text-align: left;
	float: left;
	width: 10.5%;
	background: #444;
}*/

.module-content-half-width {	
	float: left;
	padding: 0;
	margin: 1.5% 2% 2% 2%; 
	width: 96%;
}

.module-content-half-width .module{	
	float: left;
	padding: 0;
	margin: 1.5% 2% 2% 2%; 
	width: 46%;
}

.module img {
	width: 100%;
}

.section-list-content {
	width:98%;
	margin:0 1%;
	padding: 0;
}

#sidebar, .sidebar {
	width: 96% !important;
	margin: 2%;
}

.footer-contact-info {
	width:98%; padding:0; margin:0 1%; text-align:center; float:left;
}

.NPI-Footer-Logo, .IYL-Footer-Logo {
	display: none;
}

.footer-content {
	width: 100%;
}

.contactForm {
	width:96% !important;
	margin:2% !important;
	float: left !important;
}


.contactMap {
	width: 96% !important;

}




.g-recaptcha {

}

.button {
	white-space: pre-wrap !important;
}

.fancybox-inner {
	height: 300px !important;
}

/* Contact Form Responsiveness */

.contactForm #name-section {
	width:auto!important;
	float: left;
}

.contactForm #name-section label input {
	float: left;
}


.contactForm #information-section {
	width:auto!important;

}

.contactForm #state-zip-section {
	float: left;
	width: auto!important;
}

.contactForm #address-section {
	width:auto!important;
	float: left;
}

.contactForm #phone-section {
	width:auto!important;
	float: left;
}

.contactForm #email-section {
	width:auto!important;
	float: left;
}

.contactForm #comment-section {
	width:auto!important;
}


.contactForm #comment-section p{
	width:auto!important;
}

.contactForm #submit-section {
	width:auto;
}

#respond {
	width: 100%;
	margin:0 2%;
}

/** Responsiveness for Inner Content**/

#leftcontentwide {
	width: 96%;
	margin: 2%;
	float: left;
}

.leftcontent-half {
	width:100%;
	float: left;
	margin-left:.5% !important;
}

.rightcontent-half {
	width:100%;
		float: left;
}

.webinar-post-left ul {
	margin-left: 15% !important;
}




}

@media (max-width: 800px) {
a {
	overflow-wrap: break-word;
}
ul, ol {
	padding-left: 3%;
}	

#social-media-icons {
	display: none;
}

.social-media-full-width {
	width:3.5%;
	padding: 0;
	margin-top:-50%;
	margin-left:;
	transition:margin-top 1s;
	position: fixed;
	display: inline;
	top:.3%;
	left:0;
	z-index: 999;
	box-shadow: 0px 0px 8px #555;
	display: none;
}

.social-media-top-bar {
	width:auto;
	float: right;
	padding: 0;
	margin-top:0%;
	margin-left:0;

	position: relative;
	display: block;


	z-index: 999;
	box-shadow: 0px 0px 8px #555;
}

.social-media-top-bar img {
	float: right;
	width:30px;
	height:30px;
	opacity: 0.6;
}

.social-media-top-bar img:hover {
	opacity: 0.9;
}

#topBarMenu {
	width:50%;
	float:right;
	margin:0;
	padding:0;
}

#topBar #time {

}

/* Addding Responsive styles for Single Event Map
#LocationMap {
	width:96%;
	margin-top: 2%;
	margin-bottom:2%;
	float:left;
}

.em-location-map-container {
	width:98% !important;
}*/

.webinar-post-left{
	width: 100% !important;
	float: left;
}

.webinar-post-left ul {
	margin-left: 15% !important;
}


}


@media (max-width: 600px) {

.webinar-post-left{
	width: 100% !important;
	float: left;
}	

#footer-content #nsf_logo {
	vertical-align:middle; 
	margin-left:42.5%; 
	margin-top:2%;
	margin-bottom: 2%;
	float:left; 
	width:15%;
}

#footer-content #nsf-footer-text {
	vertical-align:middle; 
	position:relative; 
	font-size: 13px;
	float:left; 
	width:auto; 
	padding-top:.5%; 
	margin-right:2%;
	margin-left:2%;
}

.webinar-post-left ul {
	margin-left: 15% !important;
}


}

/************** FORM STYLES ******************/

.required-asterik {
	color:orange;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
}

.contactFormConfirm {
	width:55%;
	margin: 2% 0% 2% 2%;
	float: left;
	color: white;
	background: #555;
}

.contactFormConfirm p {
	width:auto;
}

.contactForm {
	width:55%;
	margin: 2% 0% 2% 2%;
	float: left;
	color: white;
	background: #555;
}

.contactForm .form-section {
	padding:0 2%;
	float: left;
}

.contactForm h1, .contactFormConfirm h1 {
	background: #E9900D;
	color: white;
	
	width:100%;
	padding: 0%;
	line-height:40px; 
	margin-top: 0;
}

#form-error-section {
	text-align: center;
	color:red;
	font-weight: bold;
}


.contactForm #name-section {
	width:100%;
	float: left;
}

.contactForm #name-section label {
	float:left;	
	width:5%;
}

.contactForm #name-section input {
	width:28%;
	float: left;
}

.contactForm #information-section {
	width:96%;

}

.contactForm #information-section input {
	float: left;
	width: 100%;
}

.contactForm #state-zip-section {
	float: left;
}

.contactForm #city-state-zip-section input, .contactForm  #city-state-zip-section select {
	width:20%;
	
}

.contactForm #address-section {
	width:100%;
	float: left;
}

.contactForm #address-section input {
	width:96%;
}

.contactForm #phone-section {
	width:100%;
	float: left;
}

.contactForm #phone-section  input {
	width:20%;
	float: left;
}

.contactForm #email-section {
	width:100%;
	float: left;
}

.contactForm #email-section input, .contactForm #email-section label {
	width:80%;
	float: left;
}

.contactForm #comment-section {
	width:100%;
}

.contactForm #comment-section label {
	width:90%;
}

.contactForm #comment-section input[type="checkbox"] {
	width:5%;
	float: left;
}

.contactForm textarea {
	width:96%;
	height: 120px;

}

.contactForm p {
	width:96%;
}

.contactForm label {
	width: 10%;
	padding:0 1%;
	float: left;
	text-align: left;
	margin:1% 0% !important;
}

.contactForm input, .contactForm select, .contactForm textarea {
	margin:1% 0% !important;
	padding:.5% 1%;
	float: left;
}

.contactForm select {
	width:8%;
	margin: 1%;
}

.contactForm input{
	width:30%;
	margin:0% 1%;
	padding: .5%;
	float: left;
}

#submit-section {
text-align: center;
float: left;
width: 100%;
}

.contactForm #submit, .contactForm .submit{
position: relative;
text-align: center;
float: none;
background: #E9900D;
border:black 1px solid;
color:white;
text-transform: uppercase;
text-shadow:0px 0px 3px #333333;
}

.contactForm .submit:hover, .contactForm #submit:hover {
background: #FF8C00;
}

.contactForm p {
	width:100%;
	float: left;
}

.contactInformation {
width:39% !important; margin:2% 2%;

}

.contactMap {
	width:39%; margin:0% 2% 2% 2%; float:left;
	
}


/******* Summer Institute Form Styles *********/

.tstc-institute-form {

color:white !important;
padding: 0 2%;
margin-left: 2.5%;

}

.tstc-institute-form label {
	color: white !important;
	margin: 1% 1%;
	line-height: 25px;
	
	width: 20%;
	height: 20px;
}


.tstc-institute-form .form-section {
	width:98%;
	margin:1% 0%;
	float: left;
}

.tstc-institute-form input, .tstc-institute-form select, .tstc-institute-form textarea {
	width: 98%;
	margin:1% 0%;

	
}

.tstc-institute-form input[type="radio"],  .tstc-institute-form input[type="checkbox"] {
	width:auto;
	margin:1.5% 5%;

}

.tstc-institute-form .button {
	width: 200px !important;
}


/*** Events Manager Plugin Custom Styles ****/

.single-event .post-meta {
	display:none;
}

.single-event .post-entry {
	background: #555;
	padding-left:1%;
	padding-bottom: 1%;

}

.single-event .post-entry h3 {
	text-align:center !important;
	padding:15px 0px;
	background: #E9900D;
}

.single-event .entry-title {
	background: #E9900D;
	line-height: 40px;
	font-size: 17px;
	color: white;
	margin-bottom: 0px !important;
	margin-top: 0% !important;
	/*text-shadow:0px 0px 4px #222;*/
}


.em-location-map-container {
	border:solid 1px black;
	margin-top:15px;
	margin-right: 15px;
}

.single-event .post-data {
	display: none;
}

.em-search-wrapper {

	width:96%;
	margin:0 2%;
}

.em-search-wrapper .css-search{
	background: #555;
	color: white;
}

.css-events-list {
	background: #555;
	width:96%;
	margin:0 2%;
	color: white;
}

.css-events-list th {
	background: #E9900D;
	color:black;
	font-size: 15px;

}

.css-events-list td {

	color:white;
	font-size: 14px;

}

.css-events-list th:nth-child(1) {


}

.css-events-list th:nth-child(2) {

	text-align: left !important;

}

.css-events-list tr {
	border-bottom:3px solid white;

}



.em-events-search {
	margin-top: 2%;
}

.em-search-options {

}

.em-search-options .show {
	


} 

.em-search-submit {
	top:18px !important;
	background: #E9900D !important;
	width:14% !important;
	background-color: #E9900D !important;

}

.em-search-submit:hover {
	top:18px !important;
	background: #FF8C00 !important;
	width:14% !important;
	background-color: #E9900D !important;
	cursor: pointer;
}

.ui-datepicker-header {
	background: #E9900D !important;
	background-color: #E9900D !important;
}

.ui-state-highlight {
	background: #E9900D !important;
	background-color: #E9900D !important;
}

.em-booking-form-details .em-booking-submit {
	float: right !important;
	margin-top: 15px;
}

.event i {
	display: none;
}

/***** Events plugin page style  ******/

.page-header {

	box-shadow: none;
}

.entry-header {
	box-shadow: none;
}

.em-pagination .page-numbers{
	padding:.5% 1%;
	border:white 1px solid;
	background: #333;
}

/**** Events List *****/

.css-search .em-search-main .em-search-submit {

position: static !important;
padding:6px 10px !important; 
-webkit-border-radius:0 !important;
border-radius:0 !important;
display:block !important;
float:right !important;
width:10% !important;
margin: 0 1% !important;
right:none !important;


}

.css-search input.em-search-text, div.css-search input.em-search-geo {
	width:37.5% !important;
}

/******* Events Plugin Home Widget ******/

.home .widget_em_em_widget {


}

.home .widget_em_em_widget .widget-title h3 {
	padding:5%;
}

/**** Image Box for Logos, and Equal Spaced Images *****/

.image-box {
height:220px;
width:auto;
margin: 10px;
padding: 0;
line-height: 220px;
background: white;
text-align: center;
overflow: hidden;
}

.image-box-black {
height:220px;
width:auto;
margin: 10px;
padding: 0;
line-height: 220px;
background: black;
text-align: center;
overflow: hidden;
}

.image-box img, .image-block-black img {
vertical-align: middle;
width: 250px;
height: auto;
}


/**** BLOCK GRID *****/

.staff .blocks img {
	float:left; 
	width:24%;
	margin:3% 0% 3% 3%;
}

.staff .blocks p {
	float:left; 
	width:61%;
	margin:0%;
}

.blocks-container {
	width:100%;
	float:left;
	padding-bottom: 2%;
}

.blocks p, .blocks-min p {

	width: auto;
}


.blocks a, .blocks-min a {
	/*float: left;*/
	/*margin: 0 2%;*/
	/*text-shadow:1px 1px 1px #222;*/
}

.blocks-container  .blocks, .blocks-container  .blocks-min{
/*border: solid #E9900D 1px;*/
}

.blocks .dashicons, .blocks-min .dashicons{
	/*margin-right: 2% !important;*/
	padding-right: 2% !important;
}

.blocks-content {
	overflow-y: auto;
	/*height: 80%;*/
	width: 100%;
	padding-bottom: 1%;
	float: left;
	color: white;
	position: relative;
}

.blocks-bottom-link {
	position: absolute;
	bottom:1%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 1%;

}

.blocks ul, .blocks-min ul, .blocks ol, .blocks-min ol  {
width:90%;
margin:6px 30px;

}

.blocks, .blocks-min {
	background:rgba(85,85,85, 0.88);
	overflow: hidden;
	/*padding-bottom: .5%;*/
	
	border:1px solid black;
	position: relative;

}

.blocks h1, .blocks h1 a, .blocks a h1{
	background: #E9900D;
	width:100%;
	line-height: 40px;
	margin:0;
	color: white;
	display: inline-block;
	letter-spacing: 0.03em;
}

.blocks-min h1, .blocks-min h1 a, .blocks-min a h1{
	background: #E9900D;
	width:100%;
	line-height: 40px;
	margin-top:0;
	color: white;
	display: inline-block;
	letter-spacing: 0.03em;

}

.blocks h1, .blocks-min h1 {
	box-shadow: inset 0px 0px 0px #222;

}

.blocks img, .blocks-min img {

}

.block-2-1 h1, .block-4-1 h1, .block-4-2, h1 .block-4-3 h1, .block-4-4 h1, .block-full h1, .block3-3 h1, .block4-4 h1, .block-3-1 h1, .block-3-2 h1 {
	letter-spacing: 0.03em;
}

.block-2-1 {

	background: #555;
	width:46.9%;
	float: left;
	margin:2% 0% 0% 2%;
	padding: 0;
	position: relative;

}

.block-4-1 {
	width:22.5%;
	margin: 2% 0% 0% 2%;

	float: left;

}

.block-4-2 {
	width:46.333%;
	margin: 2% 0% 0% 2%;

	float: left;

}

.block-4-3 {
	width:71.333%;
	margin: 2% 0% 0% 2%;
	float: left;

}

.block-full, .block-4-4, .block-3-3 {
	width:96%;
	margin: 2% 0% 0% 2%;

	float: left;

}

.block-3-1 {
	width:30.5%;
	float: left;
	margin: 2% 0% 0% 2%;}


.block-3-2 {
	width:63.2%;
	float: left;
	margin: 2% 0% 0% 2%;

}


/**Responsive Block grid */

@media screen and (max-width: 1300px) {
.scroll {
	overflow-y:auto !important;
}

}


@media screen and (max-width: 800px) {


.blocks-container {
	width:100%;
	height: auto;
	float:left;
	padding-bottom: 2%;
}

.blocks, .blocks-min {
	border:1px solid black;
	height: auto !important;

}

.scroll {
	overflow-y:auto !important;
	height: 300px;
}



.blocks h1, .blocks h1 a, .blocks a h1{

	width:100%;
	line-height: 40px;
	margin-top:0;
	color: white;
	opacity: 1 !important;

}

.blocks-min h1, .blocks-min h1 a, .blocks-min a h1{

	width:100%;
	line-height: 40px;
	margin-top:0;
	margin-bottom:1%;
	color: white;

}


.block-full, .block-4-4, .block-4-3, .block-4-2, .block-4-1, .block-3-3, .block-3-2, .block-3-1, .block-2-1  {
	width:96%;
	margin: 2% 0% 0% 2%;

	float: left;

}


}

/** Scroll Bar Style ***/

::-webkit-scrollbar {
    width: 20px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); 

    background: #666;
}
 
::-webkit-scrollbar-thumb {
	/*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
        background: orange;
}

#back-to-top {
    position: fixed;
    bottom: 5%;
    right: 2.8%;
    z-index: 8000;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 30px;
    background: #E9900D;
    color: white;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 1px;
    /*box-shadow: 0px 0px 10px #222;*/
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity:0;
}

#back-to-top  .dashicons {
    font-size: 50px !important;	
    padding: 1%;
    width: auto;
    height: auto;
}

#back-to-top:hover {

}
#back-to-top.show {
    opacity: .8;
}


/**** Display Posts List Plugin ***/

.display-posts-listing {

}

.blocks .listing-item, .blocks-min .listing-item{
	border-bottom: 1px solid white;
	padding: 2% 3%; 
	color:white;
	text-shadow:1px 1px 1px #222;
}

.opcn-archive .listing-item {
	border-bottom: none !important;
	padding:.5% 1% !important;
}

.category-opcn-archive .post-meta {
	display: none;
}

.fancybox-skin {
	background: none !important;
	box-shadow: none !important;
}


/****** ShareDaddy Jetpack - Social Media Like Plugin ******/


.sd-sharing-enabled {
	margin-top:2% !important;
}


.sharedaddy {

	padding:1px 12px;
	/*border-top:white 1px solid;*/
	background:#444;
}

.sharedaddy h3.sd-title:before {
	border:none !important;
}

.jetpack-likes-widget-wrapper {
	width: auto !important;
}

#UrgentMessage{background:red; padding:.5% 2%; font-size:.8em; color:white;}
#UrgentMessage a{color:yellow;}
#UrgentMessage a:hover{color:yellow;}


/*
.textwidget {
	visibility: none !important;
}*/

#playlists {
	float: left;
	width: 98%;
	margin: 0 0 2% 2%;
}

#playlists .yt-playlist{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#playlists .ytc_video_container {
	margin-right: calc(2% - 2px);
	background: rgba(85,85,85, 0.88);
	margin-bottom: 2%;
}

.yt-heading {
    margin: 0 2% 2% 0;
    color: white;
    background: #E9900D;
    width: 98%;
    padding: 0.5em 0;
}


.metaslider .theme-default a.nivo-nextNav {
    background-position: -90px 0 !important;
    right: 8px !important;
}

.metaslider .theme-default a.nivo-prevNav {
    left: 8px !important;
}

.metaslider .theme-default .nivo-directionNav a {
    width: 90px !important;
    height: 90px !important;
}


.nivo-directionNav a {
    top: 34% !important;
}

@media (max-width:800px) {
	#playlists .ytc_video_container {
		max-width: 100%;
	}
}	

@media (min-width:801px) {
	#playlists .ytc_video_container {
		max-width: 23%;
	}
}	


.tml-login .tml-label {
	color:white;
}